DJI Thermal SDK API
v1.5
Infrared camera image processing and temperature measurement library API
|
Isotherm parameters structure definition. More...
#include <dirp_api.h>
Data Fields | |
bool | enable |
float | high |
float | low |
Isotherm parameters structure definition.
bool enable |
Isotherm switch, enable(true) or disable(false)
float high |
Upper limit. Only effective when isotherm is enabled.
float low |
Lower limit. Only effective when isotherm is enabled.